OAuth
PHP Manual

OAuth::setVersion

(PECL OAuth >= 0.99.1)

OAuth::setVersionSet the OAuth version

Descripción

public bool OAuth::setVersion ( string $version )

Sets the OAuth version for subsequent requests

Lista de parámetros

version

OAuth version, default value is always "1.0"

Valores retornados

Devuelve TRUE si todo se llevó a cabo correctamente, FALSE en caso de fallo.


OAuth
PHP Manual